home *** CD-ROM | disk | FTP | other *** search
- echo off
- d:
- cd\
- echo on
- rem **** BILLIT PROGRAM Installation On Drive D ****
- rem **** Creating BILL Directory ****
- echo off
- md bill
- echo on
- rem **** BILL Directory Created ****
- echo off
- pause
- cls
- echo on
- rem **** Copying Files To BILL ****
- echo off
- copy b:*.* d:\BILL
- pause
- cls
- echo on
- pause *** INSTALLATION IS COMPLETE ****
- echo off